home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000208_fdc@columbia.edu_Mon Jul 28 10:07:02 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  56 lines

  1. Article: 14445 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Word Perfect Keyboard (Frank)
  6. Date: 28 Jul 2003 10:06:44 -0400
  7. Organization: Columbia University
  8. Lines: 39
  9. Message-ID: <bg3alk$4nc$1@watsol.cc.columbia.edu>
  10. References: <00q6ivkjdn6f8mad9ou0pi95gk273d343a@4ax.com> <bfummb$q3k$1@watsol.cc.columbia.edu> <bg1c04$rd7$2@blue.rahul.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1059401205 13364 128.59.39.139 (28 Jul 2003 14:06:45 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 28 Jul 2003 14:06:45 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14445
  16.  
  17. In article <bg1c04$rd7$2@blue.rahul.net>,
  18.  <dold@WordXPerfe.usenet.us.com> wrote:
  19. : Frank da Cruz <fdc@columbia.edu> wrote:
  20. : > In article <00q6ivkjdn6f8mad9ou0pi95gk273d343a@4ax.com>,
  21. : > Bill  <bill.loard@nowhere.org> wrote:
  22. : > : I refuse to believe that the ancient version of ProComm is the only
  23. : > : thing that will work!
  24. : > Me too.  Let's try again, step by step.  Let's assume you have a connection
  25. : I wanted to wait for Frank to respond first, with a K95 entry that was more
  26. : graceful than my setup.
  27. K95's WordPerfect keyboard mode is built-in.  You can see what the default
  28. mappings in the Default.Ksc file, which is in your Kermit 95 directory tree
  29. somewhere; there's also a copy here:
  30.  
  31.   ftp://kermit.columbia.edu/kermit/k95/default.ksc
  32.  
  33. Search for "SET TERMINAL KEY wp" and then read the next 146 lines.  Of
  34. course you can change the mapping any way you like.
  35.  
  36. : I made my own mapping for WordPerfect and MSDOS Kermit-3.11 to a
  37. : UnixWare box.  I was also faced with another Unix (ESIX) system that
  38. : came with bundled software and a fixed terminal type of vt100-pro,
  39. : with some mangling to fit the Procomm-of-the-day mapping.
  40. : By capturing what procomm sent to the unix system for each F key, I
  41. : was able to build my own map of what Kermit needed to send.  I probably
  42. : still have that lying around somewhere.
  43. : I looked at the Wordperfect mapping that was on the kermit site at that
  44. : time, and chose not to use it, although I don't recall why.
  45. It should have been just the ticket since these mappings were provided by
  46. WordPerfect themselves.  K95 used this map as a model for its WP keyboard
  47. mode.
  48.  
  49. - Frank
  50.